home *** CD-ROM | disk | FTP | other *** search
/ How Would You Survive? / How Would You Survive (1995)(Grolier)[Mac-PC].iso / pc / edemo.dir / 00189_Script_189 < prev    next >
Text File  |  1995-09-12  |  196b  |  15 lines

  1. on enterframe
  2.   If Rollover(28) then
  3.     HandCursor
  4.   else
  5.     ArrowCursor
  6.   end if
  7. end
  8.  
  9. on exitFrame
  10.   if soundbusy(2) then
  11.     go the frame
  12.   else
  13.     go the frame + 1
  14.   end if
  15. end